Skip to content

chore: bump to v0.0.19 with bug fixes#20

Merged
akatz-ai merged 5 commits intomainfrom
dev
Feb 10, 2026
Merged

chore: bump to v0.0.19 with bug fixes#20
akatz-ai merged 5 commits intomainfrom
dev

Conversation

@akatz-ai
Copy link
Copy Markdown
Member

Summary

  • Fix infinite recursion in generateUUID and race condition in queue processing (comfygit_server.py, useComfyGitService.ts)
  • Bump comfygit-core dependency to 0.3.16
  • Bump comfygit-manager version to 0.0.19

Test plan

  • Verify ComfyUI Manager endpoints respond without UUID errors
  • Confirm queue processing handles concurrent requests correctly
  • Check panel loads and displays correct version (0.0.19)

… queue processing

generateUUID() was calling itself instead of crypto.randomUUID(), causing
a stack overflow whenever a package install was attempted from the missing
resources popup.

The queue start endpoint also had a race condition where concurrent
fire-and-forget requests would stomp on the shared running_task global,
causing an AttributeError crash when multiple nodes were installed at once.
Added an asyncio lock so only one handler drains the queue at a time.
@akatz-ai akatz-ai merged commit 786bcea into main Feb 10, 2026
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant